home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 7 / Amiga Format AFCD07 (Dec 1996, Issue 91).iso / serious / shareware / programming / emacs-complete / fsf / emacs / src / s / isc4-0.h < prev    next >
C/C++ Source or Header  |  1994-08-12  |  293b  |  13 lines

  1. #include "isc3-0.h"
  2.  
  3. #define LIBS_SYSTEM -linet
  4.  
  5. #define ISC4_0
  6.  
  7. /* fmcphers@csugrad.cs.vt.edu reported this was necessary.
  8.    He used GCC.  I don't know what is needed with other compilers.  */
  9. #ifdef __GNUC__
  10. #undef LIBX11_SYSTEM
  11. #define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lcposix -lc
  12. #endif
  13.